home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set the visible of sprite 3 to 1
- set the visible of sprite 4 to 1
- set the visible of sprite 5 to 1
- set the visible of sprite 6 to 1
- set the visible of sprite 7 to 1
- set the visible of sprite 8 to 1
- set the visible of sprite 9 to 1
- if the timer < 380 then
- unLoad(80, 83)
- if the loaded of member "mould" = 0 then
- preloadMember("mould")
- end if
- if the loaded of member "koala" = 0 then
- preloadMember("koala")
- end if
- if the loaded of member "dungbettle" = 0 then
- preloadMember("dungbettle")
- end if
- if the loaded of member "duck" = 0 then
- preloadMember("duck")
- end if
- if the loaded of member "normalgene" = 0 then
- preloadMember("normalgene")
- end if
- go(the frame)
- else
- go(the frame + 1)
- end if
- end
-
- on mouseUp
- go(80)
- end
-